ArcGIS Runtime SDK for WPF - Library Reference
FindSymbols(IEnumerable<String>) Method
See Also 
ESRI.ArcGIS.Client.AdvancedSymbology Namespace > SymbolDictionary Class > FindSymbols Method : FindSymbols(IEnumerable<String>) Method

keywords
A IEnumerable of keywords.
Finds the symbols based on the keywords provided.

Syntax

Visual Basic (Declaration) 
Public Overloads Function FindSymbols( _
   ByVal keywords As IEnumerable(Of String) _
) As IList(Of SymbolProperties)
C# 
public IList<SymbolProperties> FindSymbols( 
   IEnumerable<string> keywords
)

Parameters

keywords
A IEnumerable of keywords.

Return Value

A IList of symbols.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.